home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _557D90BC48C34E8383AC6E562352E82C < prev    next >
Encoding:
Text File  |  2000-03-27  |  529 b   |  23 lines

  1. // Generic counter clockwise door 90 degree swing
  2.  
  3. #include "../common/header.ds"
  4.  
  5. output "p:/base/ds/common"
  6.  
  7. /////////////////////////////////////////////////////////////
  8. // Define
  9.  
  10. // Actors
  11. parameter entity door_ccw    // Two doors, clockwise and counter-cw
  12.  
  13. /////////////////////////////////////////////////////////////
  14. // Assign
  15.  
  16. // door_ccw.movetype = MOVETYPE_NOCLIP
  17.  
  18. /////////////////////////////////////////////////////////////
  19. // Action
  20.  
  21. moverotate entity door_ccw from file "generic_door_ccw.rof"
  22.  
  23.